var bytes.asciiSpace
8 uses
bytes (current package)
bytes.go#L449: var asciiSpace = [256]uint8{'\t': 1, '\n': 1, '\v': 1, '\f': 1, '\r': 1, ' ': 1}
bytes.go#L467: isSpace := int(asciiSpace[r])
bytes.go#L483: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L488: if asciiSpace[s[i]] == 0 {
bytes.go#L496: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L1112: if asciiSpace[c] != 0 {
bytes.go#L1122: if asciiSpace[c] == 0 {
iter.go#L89: isSpace := asciiSpace[s[i]] != 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |